InviteAllowEvents Property |
Gets or sets Allow-Events header field. The Allow-Events header field,
includes a list of tokens which indicates the event packages supported by the client. In other words,
a client sending an Allow-Events header is advertising that it can process and generate requests
for all of the event packages listed in that header.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string AllowEvents { get; set; }Public Property AllowEvents As String
Get
Set
Property Value
Type:
String
See Also